Fix clicks on the menu bar when GPM mouse is in use.
authorEli Zaretskii <eliz@gnu.org>
Fri, 18 Oct 2013 13:33:25 +0000 (16:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 18 Oct 2013 13:33:25 +0000 (16:33 +0300)
commit679a4ecc1845512410d44e85dbf4909903c88953
tree4f90e3440a6277103ccd17230051485ee606a6dd
parentf59c29cf0699e262f5565fa9c68fdac08a2af55a
Fix clicks on the menu bar when GPM mouse is in use.

 src/keyboard.c (make_lispy_event): Remove GPM-specific code that
 handles mouse clicks.  Instead, let GPM use the same code as all
 the other mice use.  See the discussion starting at
 http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00521.html
 for the details of the problem with the menu bar this fixes.
src/ChangeLog
src/keyboard.c